CIFS - определение. Что такое CIFS
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое CIFS - определение

NETWORK COMMUNICATION PROTOCOL FOR PROVIDING SHARED ACCESS TO RESOURCES
CIFS; Common Internet File System; IPC share; SMBFS; Cifs; SMB/CIFS; Server message block; Opportunistic locking; OpLocks; Microsoft windows network; Oplock; Oplocks; Ipc share; IPC$; Opportunistic Locking; SMB protocol; CIFS protocol; JCIFS; Smb://; CIFS/SMB; Port 445; SMBv1
Найдено результатов: 17
CIFS         
CIFS         
Common Internet File System (Reference: TCP/IP)
Common Internet File System         
<protocol> (CIFS) An Internet file system protocol, based on Microsoft's SMB. Microsoft has given CIFS to the Internet Engineering Task Force (IETF) as an Internet Draft. CIFS is intended to complement existing protocols such as HTTP, FTP, and NFS. CIFS runs on top of TCP/IP and uses the Internet's {Domain Name Service} (DNS). It is optimised to support the slower speed dial-up connections common on the Internet. CIFS is more flexible than FTP. FTP operations are carried out on entire files whereas CIFS is aimed at routine data access and incorporates high-performance multi-user read and write operations, locking, and file-sharing semantics. CIFS is probably closest in functionality to NFS. NFS gives random access to files and directories, but is stateless. With CIFS, once a file is open, state about the current access to that file is stored on both the client and the server. This allows changes on the server side to be notified to the clients that are interested. {Microsoft Overview (http://msdn.microsoft.com/library/en-us/fileio/base/cifs_smb_protocol_overview.asp)}. CIFS/">SNIA page (http://snia.org/tech_activities/CIFS/). {CIFS: A Common Internet File System, Paul Leach and Dan Perry (http://microsoft.com/Mind/1196/CIFS.htm)}. {cifs-v1-spec-01.txt">IETF Specification. CIFS version 1 (ftp://ietf.org/internet-drafts/draft-leach-cifs-v1-spec-01.txt)}. (2003-03-12)
Server Message Block         
Server Message Block (SMB) is a communication protocol originally developed in 1983 by Barry A. Feigenbaum at IBM and intended to provide shared access to files and printers across nodes on a network of systems running IBM's OS/2.
Server Message Block         
<protocol> (SMB) A client/server protocol that provides file and printer sharing between computers. In addition SMB can share serial ports and communications abstractions such as named pipes and mail slots. SMB is similar to {remote procedure call} (RPC) specialised for file system access. SMB was developed by Intel, Microsoft, and IBM in the early 1980s. It has also had input from Xerox and 3Com. It is the native method of file and print sharing for Microsoft operating systems; where it is called {Microsoft Networking}. Windows for Workgroups, Windows 95, and Windows NT all include SMB clients and servers. SMB is also used by OS/2, Lan Manager and Banyan Vines. There are SMB servers and clients for Unix, for example Samba and smbclient. SMB is a presentation layer protocol structured as a large set of commands (Server Message Blocks). There are commands to support file sharing, printer sharing, {user authentication}, resource browsing, and other miscellaneous functions. As clients and servers may implement different versions ("dialects") of the protocol they negotiate before starting a session. The redirector packages SMB requests into a {network control block} (NBC) structure that can be sent across the network to a remote device. SMB originally ran on top of the lower level protocols NetBEUI and NetBIOS, but now typically runs over TCP/IP. Microsoft have developed an extended version of SMB for the Internet, the Common Internet File System (CIFS), which in most cases replaces SMB. CIFS runs only runs over TCP/IP. {cifs/docs/what-is-smb.html">Just what is SMB? (http://samba.anu.edu.au/cifs/docs/what-is-smb.html)}. {IBM protocols (http://protocols.com/pbook/ibm.htm)}. {CIFS/">Microsoft SMB/CIFS documents (ftp://ftp.microsoft.com/developr/drg/CIFS/)}. (1999-08-08)
CIF         
UNILEVER CLEANING PRODUCT
C.i.f; C.I.F.; CIF (disambiguation); C.I.F
CIFAL         
  • CGN Thematic Areas
BIGGEST, MOST SENIOR HEAD, CHIEF OR DIRECTOR IN VOLAPÜK
The CIFAL Global Network is part of the United Nations Institute for Training and Research (UNITAR). The Network comprises 25 International Training Centres (CIFALs) and aims to serve as a platform for capacity-building of government authorities and civil society leaders on topics related to sustainable development, as well as on global mandates and goals of the United Nations.
CIF         
UNILEVER CLEANING PRODUCT
C.i.f; C.I.F.; CIF (disambiguation); C.I.F
cif         
UNILEVER CLEANING PRODUCT
C.i.f; C.I.F.; CIF (disambiguation); C.I.F
Cost, insurance, freight
Cifal         
  • CGN Thematic Areas
BIGGEST, MOST SENIOR HEAD, CHIEF OR DIRECTOR IN VOLAPÜK
The cifal (meaning the biggest, most senior head, chief or director in Volapük; itself coming from English "chief") is the leader of the Volapük movement. The first cifal was Johann Martin Schleyer until 1889 when he dismissed the entire Academy of Volapük, and the Academy dismissed Schleyer as the cifal and the movement divided between the followers of the cifal and of the Academy.

Википедия

Server Message Block

Server Message Block (SMB) is a communication protocol originally developed in 1983 by Barry A. Feigenbaum at IBM and intended to provide shared access to files and printers across nodes on a network of systems running IBM's OS/2. It also provides an authenticated inter-process communication (IPC) mechanism. In 1987, Microsoft and 3Com implemented SMB in LAN Manager for OS/2, at which time SMB used the NetBIOS service atop the NetBIOS Frames protocol as its underlying transport. Later, Microsoft implemented SMB in Windows NT 3.1 and has been updating it ever since, adapting it to work with newer underlying transports: TCP/IP and NetBT. SMB implementation consists of two vaguely named Windows services: "Server" (ID: LanmanServer) and "Workstation" (ID: LanmanWorkstation). It uses NTLM or Kerberos protocols for user authentication.

In 1996, Microsoft published a version of SMB 1.0 with minor modifications under the Common Internet File System (CIFS ) moniker. CIFS was compatible with even the earliest incarnation of SMB, including LAN Manager's. It supports symbolic links, hard links, and larger file size, but none of the features of SMB 2.0 and later. Microsoft's proposal, however, remained an Internet Draft and never achieved standard status. Microsoft has since discontinued use of the CIFS moniker but continues developing SMB and making subsequent specifications publicly available.